New Bloom Filter Architecture For String Matching
نویسندگان
چکیده
Implementation of the Bloom filter for plagiarism detection in full text document has a problem on how to identify the same terms from different location. Location identifier can be hashed in offline mode since the collection is static. By this approach, the computation speed of the Bloom filter can be improved. Two new Bloom filter architectures are proposed in this study to overcome the problem of computational time. First architecture concatenates hash code of the string and its location identifier, while the second architecture concatenates the bit position of the string and its location identifier. Analysis was conducted to evaluate the proposed architectures in terms of computation time. From the result, computation time can be reduced if the location identifiers are hashed offline.
منابع مشابه
Design and Implementation of a String Matching System for Network Intrusion Detection using FPGA-based Bloom Filters
Modern Network Intrusion Detection Systems (NIDS) inspect the network packet payload to check if it conforms to the security policies of the given network. This process, often referred to as deep packet inspection, involves detection of predefined signature strings or keywords starting at an arbitrary location in the payload. String matching is a computationally intensive task and can become a ...
متن کاملDesign and Implementation of a String Matching System for Network Intrusion Detection using FPGA-based low power multiple-hashing Bloom Filters
Modern Network Intrusion Detection Systems (NIDS) inspect the network packet payload to check if it conforms to the security policies of the given network. This process, often referred to as deep packet inspection, involves detection of predefined signature strings or keywords starting at an arbitrary location in the payload. String matching is a computationally intensive task and can become a ...
متن کاملFast Cache for Your Text: Accelerating Exact Pattern Matching with Feed-Forward Bloom Filters
This paper presents an algorithm for exact pattern matching based on a new type of Bloom filter that we call a feed-forward Bloom filter. Besides filtering the input corpus, a feed-forward Bloom filter is also able to reduce the set of patterns needed for the exact matching phase. We show that this technique, along with a CPU architecture aware design of the Bloom filter, can provide speedups b...
متن کاملA New Problem in String Searching
We describe a substring search problem that arises in group presentation simplification processes. We suggest a two-level searching model: skip and match levels. We give two timestamp algorithms which skip searching parts of the text where there are no matches at all and prove their correctness. At the match level, we consider Harrison signature, Karp-Rabin fingerprint, Bloom filter and automat...
متن کاملReview of Literature
(2008) was presented String Matching Algorithm for Fast Deep Packet Inspection here they said on As link rates and traffic volumes of Internet are constantly growing. String matching using the Deterministic Finite automaton (DFA) will be the performance bottleneck of Deep Packet Inspection (DPI) in their paper they proposes a byte-filtered string matching algorithm, where Bloom filters are used...
متن کامل